home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
stk-3.002
/
stk-3
/
STk-3.1
/
Contrib
/
STk-wtour
/
lessons
/
canvas3.stk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-12
|
338 b
|
15 lines
;;; Canvas event bindings
;;; (click on the bitmap)
(canvas '.c1)
(pack '.c1 :fill "both" :expand #t)
(define i (.c1 'create 'bitmap 120 100
:bitmap (string-append "@"
wtour-lessondir
"/../lib/iu.seal.small.xbm")
:background "grey"))
(.c1 'bind i "<Button-1>" (lambda () (display "CLICK\n")))